home *** CD-ROM | disk | FTP | other *** search
/ Graphics Plus / Graphics Plus.iso / general / modelers / geomview / source.lha / Geomview / src / lib / gprim / discgrp / Makefile.obj < prev    next >
Encoding:
Makefile  |  1993-08-28  |  461 b   |  17 lines

  1. # this file contains the common part of the Makefiles for the object
  2. # (O.*) directories.
  3.  
  4. MALLOCLIB = -lmallocdebug
  5.  
  6. OOGLLIBS = -lstubdraw -lgeom -ldg -lvect -lpolylist \
  7.     -lquad -lmesh -lbezier -lsphere -linst \
  8.     -ltlist -llist -lbbox -lstub -lgeom -loogl -lbbox -lshade -lcolor \
  9.     -lmg -lcamera -lwindow -l3d
  10.  
  11. LIBS= -L${GEOM}/lib/${MACHTYPE} ${OOGLLIBS} -lm ${MALLOCLIB} 
  12.  
  13. INCDIRS = -I.. -I${GEOM}/include -I/usr/local/include -I..
  14.  
  15. CFLAGS = -g ${INCDIRS} 
  16.  
  17.